zAbstract Classes - Complex Plane
classes defining interfaces for PyGeo geometric primitives associated with the geometry of the `complex plane`_
class Element
| definition: | the abstract class from which all PyGeo geometric objects derive |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| keywords: |
|
class _zPoint
| definition: | an O dimensional object with a defined postion on the complex plane . |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| inherits: | class. Element,base.CPosition, base.zdraw.zPoint |
||||||||||||||||||||||||||||||||||||
| site ref: | |||||||||||||||||||||||||||||||||||||
| attributes: |
|
||||||||||||||||||||||||||||||||||||
| keywords: | inherited keywords: from class Element : class keywords:
|
class _zFreePosition
| definition: | an O dimensional object of the complex plane that can picked and moved, either freely on the plnae or constrained to a given geoemtric object of the plane. |
|---|---|
| inherits: | |
| site ref: | |
| attributes: |
|
| keywords: | inherited keywords: from class Element : inherited keywords: from class _zPoint : |
class _zLine
| definition: | a straight line of the 'complex plane'_ , representing a 'complex circle'_ of infinite radius |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| inherits: | class Element , base.zdraw.zLine |
||||||||||||||||||||||||||||||||||||
| site ref: | |||||||||||||||||||||||||||||||||||||
| attributes: |
|
||||||||||||||||||||||||||||||||||||
| keywords: | inherited keywords from class Element : class keywords:
|
class _zCircle
| definition: | the set of points the complex plane that are equidistant from a given point of the plane |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| inherits: | class Element , base.zdraw.zCircle |
||||||||||||||||||||||||||||
| site ref: | http://www.ies.co.jp/math/java/comp/cplcircle/cplcircle.html |
||||||||||||||||||||||||||||
| attributes: |
|
||||||||||||||||||||||||||||
| keywords: | inherited keywords from class Element : class keywords:
|
class _zPointArray
| definition: | an array of class _zPoint s on the complex plane with a defined geometric relationship |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| inherits: | |||||||||||||
| site ref: | |||||||||||||
| attributes: |
|
||||||||||||
| keywords: | inherited keywords from class Element : class keywords:
|
class _zLineArray
| definition: | an array of class _zLine s on the complex plane |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| inherits: | |||||||||||||
| site ref: | |||||||||||||
| attributes: |
|
||||||||||||
| keywords: | inherited keywords from class Element : class keywords:
|
class _zCirclePencil
| definition: | an array of class _zCircle s on the complex plane |
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| inherits: | |||||||||||||||||||||||||
| site ref: | |||||||||||||||||||||||||
| attributes: |
|
||||||||||||||||||||||||
| keywords: | inherited keywords from class Element : class keywords:
|
class _zTransformation
| definition: | a Mobius transformation of geometric objects of the complex plane |
||||||||
|---|---|---|---|---|---|---|---|---|---|
| inherits: | |||||||||
| site ref: | http://mathworld.wolfram.com/LinearFractionalTransformation.html |
||||||||
| attributes: |
|
||||||||
| keywords: | inherited keywords from class Element : class keywords:
|